Interface CacheFlowDatabase

All Superinterfaces:
IPCObject
All Known Implementing Classes:
CacheFlowDatabaseImpl

public interface CacheFlowDatabase extends IPCObject
Information provided by the PKI file:

    \class CacheFlowDatabase
    
    \brief CacheFlowDatabase handles and manipulates the NetFlow cache database.
    
    \example network().getDevice("Router0").getNetflowMonitorManager().getMonitorAt(0).getCacheDatabase()
    
Author:
Auto-generated
  • Method Details

    • reset

      void reset()
      Information provided by the PKI file:
      
          \brief Resets the cache flow database.
          
              
    • incrementFlow

      void incrementFlow()
      Information provided by the PKI file:
      
          \brief Increments the number of flows.
          
              
    • getTotalFlowCount

      int getTotalFlowCount()
      Information provided by the PKI file:
      
          \brief Returns the total number of flows.
          
          \return int, the total number of flows.
          
              
      Returns:
      int Returns a int
    • getAgerPolls

      int getAgerPolls()
      Information provided by the PKI file:
      
          \brief Returns the number of ager polls.
          
          \return int, the number of ager polls.
          
              
      Returns:
      int Returns a int
    • getDistributionTable

      String getDistributionTable()
      Information provided by the PKI file:
      
          \brief Returns the distribution table output.
          
          \return string, the distribution table output.
          
              
      Returns:
      String Returns a String
    • getFlowSummaryTable

      String getFlowSummaryTable()
      Information provided by the PKI file:
      
          \brief Returns the flow summary table output.
          
          \return string, the flow summary table output.
          
              
      Returns:
      String Returns a String